ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ChartCore<Tseries,TAnimation,TBinding> Class / SeriesHoverStyles Property

In This Topic
    SeriesHoverStyles Property
    In This Topic
    An array collection that contains the style to be charted when hovering the chart element.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property SeriesHoverStyles As System.Collections.Generic.List(Of ChartStyle)
    public virtual System.Collections.Generic.List<ChartStyle> SeriesHoverStyles {get;}
    See Also